MultiGraphSetGridLine

 

Change the interval of the tick line of the multi-graph.

 

void @MultiGraphSetGridLine(string classname, int horizontal, int vertical);

 

Parameters

string classname : class name of multi-graph

int horizontal : Horizontal units to be split

int vertical : Vertical units to be split

 

Return Value

None

 

Example

@MultiGraphSetGridLine("MultiGraph1", 60, 3);

 

Description : The scale line of MultiGraph1 is drawn horizontally every 60 times and is divided into three vertically.

 

Version Information

Supported Version: 10.3.6

 

Related Helps

@MultiGraphAddTag()

@MultiGraphClear()

@MultiGraphDeleteTag()

@MultiGraphGetCursor1Data()

@MultiGraphGetCursor2Data()

@MultiGraphGetCursorData()

@MultiGraphGetDataSize()

@MultiGraphSetAlarmLineStyle()

@MultiGraphSetAlarmLIneThick()

@MultiGraphSetBackColor()

@MultiGraphSetBasicLevel()

@MultiGraphSetDataCycle()

@MultiGraphSetDataSize()

@MultiGraphSetGridLine()

@MultiGraphSetLogarithmicScale()

@MultiGraphSetPanelBackColor()

@MultiGraphSetPanelTextColor()

@MultiGraphSetVisible()